Method: addIPToEndSystemGroupEx

Add an end-system IP address to an ExtremeControl end-system group. You can remove the IP address from other end-system groups. This operation is similar to addIPToEndSystemGroup, but returns a verbose message.

Parameters

Name Type Description
endSystemGroup string The end-system group name you are changing
ipAddess string The IP address of the end-system
description string Optional information stored in the end-system group with the hostname
reauthenticate boolean Set to true to force reauthentication on the affected end-system
removeFromOtherGroups boolean Set to true to remove the hostname from other end system groups

Returns

Returns a WsResult with a structure defined by the following table.

Name Type Description
errorCode int See the Web Service Error Codes
errorMessage string Error message in readable text
success boolean True if operation was successful

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACWebService/addIPToEndSystemGroupEx?endSystemGroup=Administrator-IP&ipAddress=192.168.10.180&description=Example-Web-Service&reauthenticate=true&removeFromOtherGroups=true